CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - n queens

搜索资源列表

  1. tsqueen

    0下载:
  2. 此源碼為利用TABU SEARCH求解N-QUEENS問題的程式碼。 -AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3025
    • 提供者:果汁
  1. nqueens(MinimalConficts)

    0下载:
  2. N皇后问题,采用最小冲突算法,极快的搜索效率,内含代码。-N queens problem, using the minimum conflicts algorithm, fast search efficiency, containing the code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:6189
    • 提供者:Mark
  1. queens

    0下载:
  2. 这是N皇后问题,主要解决算法设计中的求解效率-* Program to find number of solutions to the N queens problem. * This program assumes a twos complement architecture.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:5029
    • 提供者:剑云
  1. nQueens

    0下载:
  2. 人工智能课程实验:使用启发式搜索求解皇后问题。启发式搜索是利用度量作为指南的一种搜索方法。皇后问题是计算机界的经典问题,n皇后问题为把n个皇后放入一个n*n的棋盘中,使皇后两两不在同一行,同一列以及同一斜线中。求解n皇后问题的算法众多,主要有回溯法,构造法,概率算法以及本实验所用的启发式搜索方法等。方法不同,求解问题所产生的时间效率也大不相同,本实验主要对比构造法与启发式搜索方法的效率。 -Artificial Intelligence Curriculum Experiment: Usin
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2101226
    • 提供者:夏雪
  1. nqueens-recursion-backtracking-n^n

    0下载:
  2. n皇后问题的递归回溯实现, 状态数:n^n-n queens problem of recursive backtracking implementation, the number of states: n ^ n
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:221621
    • 提供者:jory
  1. n_queen_youhua

    0下载:
  2. N皇后算法优化(朴素算法、DFS(深度优先搜索)+多重优化、非递归 + 多重优化)-N Queens Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3850
    • 提供者:万华通
  1. Queens.cpp

    0下载:
  2. 采用LasVegas算法解决N皇后问题,设置了stepVeags,即前stepVeags步采用随机算法放置皇后,剩下的采用回溯法放置皇后-solve the N Queens problem using LasVegas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1072
    • 提供者:shan he
  1. n-q

    0下载:
  2. 八皇后,n皇后问题C语言实现,求解所有可行解 -Eight Queens, n queens problem C language, all the feasible solutions for solving
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:11674
    • 提供者:yuan
  1. N-queen-problem

    0下载:
  2. n皇后问题 n皇后问题 n皇后问题-n queens n queens n queens n queens n queens problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:26781
    • 提供者:ilove
  1. N-Queen

    1下载:
  2. N皇后问题的演示程序,清晰的图形界面显示-N Queens problem demo, clear graphical display
  3. 所属分类:界面编程

    • 发布日期:2012-11-20
    • 文件大小:21303
    • 提供者:tony
  1. N-queen

    0下载:
  2. 用c++语言提供了N皇后问题的算法描述,大家可以参考。-C++ language with the N-queens algorithm descr iption, we can reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1899
    • 提供者:caicai
  1. n

    0下载:
  2. 解决放置n个皇后的问题,相互之间不能攻击-Solve the problem of placing n queens, can not attack each other
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1364
    • 提供者:叶鹏
  1. N-Queen-problem

    0下载:
  2. 可以实现N皇后的问题 运用简易算法 大大降低了耗时-N-Queens problem can be achieved using simple algorithm greatly reduces the time-consuming
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:157572
    • 提供者:胡骏
  1. N-Queens10000Artificial

    0下载:
  2. 主要利用人工智能的方法实现10000个N皇后问题-The main use of artificial intelligence methods to achieve 10 000 N Queens
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:239879
    • 提供者:zhengbo
  1. n-queen

    0下载:
  2. 实现著名的n皇后问题,vs2008开发环境-Realization of the famous n queens problem, VS2008 development environment
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:511291
    • 提供者:
  1. N-queen-problem

    0下载:
  2. N皇后问题,解决N皇后问题,详细的C代码-N-Queens problem, solve the N queens problem, the details of the C code
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:804
    • 提供者:天涯
  1. N-queen

    0下载:
  2. 求解n皇后问题。给定一个N×N的棋盘,在棋盘上放置N个皇后,使得N个皇后两两之间互不攻击。任何两个处于同一列,同一行,同一对角线上的皇后都会互相攻击。 -Solve the n queens problem. To set a NN board, place N queens on a chessboard, making the N-queens do not attack each other between every two. Any two in the same column,
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1018
    • 提供者:liao
  1. Eight-Queens-code

    0下载:
  2. 介绍了用回溯的方法解决八皇后问题。通过改变参数,还能扩展解决N皇后问题-Back method to solve the eight queens problem. By changing the parameters, but also extended to solve the N queens problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:187525
    • 提供者:张琦
  1. n-kings

    0下载:
  2. 写了一个非常常见的n皇后问题,输入输出均用文本文件显示。源码!-Wrote a very common n-queens problem, the input and output text file. Source!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:588738
    • 提供者:huang ketao
  1. Erlang-N-queen

    0下载:
  2. 基于Erlang语言平台解决N皇后问题,通过对原有基于Erlang的N皇后问题算法进行分析,提出了一种新的改进算法。该算法利用位运算操作,并且在每一行只搜索可以放置皇后的位置。通过理论分析与实验验证,证明该算法能明显提升N皇后问题算法效率。-Solve the N-queens problem, based on the Erlang language platform through the original N-queens problem algorithm based on Erlang
  3. 所属分类:Other systems

    • 发布日期:2017-11-04
    • 文件大小:233645
    • 提供者:陈嘉鑫
« 1 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com